[index]
Scroll Command
Syntax
For fields:
scroll <field> [from <startScroll>]
[to <endScroll>] in <integer> [seconds | ticks | milliseconds] [accelerate | decelerate | natural]
For pickLists and dataSheets: scroll <pickList | dataSheet>
{horizontally | vertically}
[from <startScroll>] [to <endScroll>]
in <integer> [seconds | ticks | milliseconds]
[accelerate | decelerate | natural] Applies to fields, picklists, datasheets
Description
The scroll command moves the scrollPosition of the object (which is measured in pixels, not lines) from <startScroll> to <endScroll> in the number of seconds, ticks (sixtieths of a second), or milliseconds specified by <integer>.
Examples
on mouseUp
scroll me from 1 to 10 in 120 ticks
end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.